home *** CD-ROM | disk | FTP | other *** search
- This package include the following files:
-
- integral.exe execute program
- manual.doc User's guide
-
-
-
- Integral v1.45 (ENGLISH VERSION) February 1997
- Author: RAUL YEPEZ A.
- University: ESCUELA POLITECNICA DEL EJERCITO
- Company: EASA Corp & Pacific Systems Corp.
- TITLE: PROGRAMMER
-
- This program is SHAREWARE..........
-
- This program is made in C, next time will write in C++ and VISUAL
- BASIC 4.0.
- With this program, you can solve the defined integral of any mathematical
- function, include fuctions same as sin,cos,etc.
- The methods included in this package are:
-
- TRAPEZOID Rule
- SIMPSON Rule
-
- Two methods are design to composite integrals and multiple integrals, and
- to one and two variables.
- This program is made in easy form and intelligent, with menus and comments.
-
- For introduce a function, you must remember following instructions:
-
-
- - Supports functions same as sen,cos,tan,sqrt,log,log10.
- - Supports maximun 50 caracters for fuction
- - Write with sintax correct.
-
- Constans:
- e 2.718
- pi 3.14159
-
-
- Sintax:
- The program have been design in intelligent form, the fuctions errors,
- parenthesis errors are detected, but no corrected.
-
- Examples:
-
- Corrects:
- sen(x) for one variable
- x^2
- 2*x*(x^2/pi) Using const pi
- e^x Using const e
- e^(x+y)
- e^(-(x^2))
-
-
- Incorrects:
- sen(x+y) for one variable
- sen() without arguments
- ctg() unkown function
- e**2 missing operand
- 2+3 must be one variable
-
- SUPPORTED FUNCTIONS
-
- sin Compute Sine
- cos Compute Cosine
- tan Compute Tangent
- asin Compute arc Sine
- acos Compute arc Cosine
- atan Compute arc Tangent
- sinh Compute Hyperbolic Sine
- cosh Compute Hyperbolic Cosine
- tanh Compute Hyperbolic Tangent
- exp Calculates e to power
- log Compute natural logarithm
- log10 Compute common logarithm
- sqrt Compute Square Root
- floor Finds the largest integer
- ceil Finds the smallest integer
- abs Compute the absolute value of a number
- deg Converts degrees to radians
- rad Converts radians to degrees
-
-
-
- IMPROVEMENTS in this Version
-
- - Correct Bugs in Enter Functions
- - Generated Code to 386/486 instructions
- - Supports MathCoprocessor (Cyrix,Intel, AMD(maybe))
- - Compiled in Large Model, for More Operations and More memory to use
-
-
- The source code of this program, you can get free in the ESPE WEB server
- at ECUADOR, South America. Some question of program please send your
- e-mail to this direction:
-
- rya@pi.pro.ec
-
- and you will response immediately.
-
-
- Enjoy your Integral v1.45
-
- COMING SOON...... INTEGRAL 2.0 for Windows 95
-
- Note: This version of Integral is a English Version, please send your e-mail
- for the Spanish Version.
-
-
-
-
-
-